home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8923 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Schildt <- Advanced Books
  5. Date: 7 Mar 1996 08:11:26 -0600
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4hmqqe$aoo@solutions.solon.com>
  8. References: <8BA8405.02C70020DE.uuout@sourcebbs.com> <4he6hb$ahn@solutions.solon.com> <danpop.826121528@rscernix> <4hmojk$ij2@news.interpath.net>
  9. NNTP-Posting-Host: solutions.solon.com
  10.  
  11. In article <4hmojk$ij2@news.interpath.net>,
  12. Scott McMahan - Softbase Systems <softbase@mercury.interpath.net> wrote:
  13. >What Schildt lacks is a good technical review of his books.  Most of
  14. >these things mentioned are finger-check type errors on fairly obscure
  15. >points (how many architectures have size_t not set to a word?), but
  16. >which a technical reviewer as an impartial third party could point out
  17. >to the author.
  18.  
  19. To be picky, obviously a large part of the problem is that size_t is always
  20. unsigned.  But on my home box, sizeof(size_t) == sizeof(long).
  21.  
  22. (It's actually an unsigned int, but it could just as well be unsigned long,
  23. and probably should be.)
  24.  
  25. >If that happened, these points would be corrected
  26. >before the book was printed. 
  27.  
  28. I have talked to them about this; I sent them my list of obvious errors, and
  29. they have not yet decided to offer me any work based on that.  Schildt sent me
  30. a fax explaining why he believes void main is legal by the standard; I wrote
  31. back, but haven't heard anything about it since...
  32.  
  33. >So why doesn't Osborne get a qualified technical reviewer? People around here
  34. >would do it for free just for the practice!
  35.  
  36. They said they at least will no longer be using the one that did this book,
  37. but it doesn't look like anything is coming out of it; I'd love to do it,
  38. especially for money of course, but they don't seem to feel it's worth the
  39. cost to have a marginally acceptable book.
  40.  
  41. -s
  42. -- 
  43. Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
  44. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  45. FUCK the communications decency act.  Goddamned government.  [literally.]
  46. The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
  47.